IHipIniFile

Usage:

//If not found, use 2 as default
ini.tryGet!ubyte("buffering.count", 2);
//Alternative usage
ini.buffering.count.get!ubyte

Members

Functions

blocks
IniBlock[string] blocks()
Undocumented in source.
getErrors
const(string[]) getErrors()
Undocumented in source.
getIniVar
IniVar* getIniVar(string varPath)
Undocumented in source.
noError
bool noError()
Undocumented in source.
opDispatch
auto opDispatch()
Undocumented in source. Be warned that the author may not have intended to support it.
tryGet
T tryGet(string varPath, T defaultVal)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta